home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / aug96 / ostrf108.gif < prev    next >
Graphics Interchange Format  |  1997-01-15  |  33KB  |  323x453  |  4-bit (16 colors)
Labels: text | screenshot | document | font | number
OCR: AutoUnload Determines whether ReportSmith exits or stays in memory once the report is finished. Keeping ReportSmith resident can significantly increase the performance of applications that print mul- tiple reports. Use the CloseApplication method to shut down ReportSmith if AutoUnload is set to False. InitialValues Use this array of TStrings to specify initial val- ves for any report variables included in the report. See the discussion of passing report variable values for complete details. Launch Type Delphi 2 only. Determines whether ReportSmith or the ReportSmith RunTime will be launched. The default value of ItDefault will launch the ReportSmith 3.0 design environment when you double-click on the TReport in Delphi's IDE, and will execute the ReportSmith 3.0 RunTime when you launch a report from within a run- ning Delphi application, Preview Determines whether the Run method launches a print preview or hard copy output. If Preview is set to True, use the Print method instead of Run to force hard copy output. ReportDir The directory where the report resides. At run time, use the function ExtractFilePath(ParamStr (0) if you want to set this property to the current application direc- tory. Do not leave this property blank. ReportNome The name of the .RPT file to run, Place only the name of the file here. All directory information should be placed in the ReportDir property. Any directory information placed in the ReportName property will be ignored. Figure 8: Key properties of the TReport component.